A heuristic thread scheduling algorithm for distributed shared memory 一种分布式共享存储系统的线程分配算法
Nowadays , using multi - processors to improve system performance becomes more and more popular , which makes distributed shared memory system turn out to be impressive 随着采用多处理机的方法日渐成为提高系统性能的主流方法,分布式共享存储系统技术也变得倍受注目。
In this paper , a new distributed shared memory protocol that could effectively avoid the false sharing problem is presented , which is implemented via c under linux environment 本文针对这一个问题,提出了基于宿主存储结构的懒惰释放一致性协议。然后在linux下实现了这个协议,并用测试出的实验数据验证了其正确性和有效性。
( 4 ) researched the methods of network interface of virtual distributed share memory middleware in specific flat , and achieve these methods in os irix . at last , compared the performance of these methods 研究了在特定平台下的虚拟共享内存中间件的网络接口实现的方法,以irix为例对这些实现方法进行了分析和比较,并且将这几种方法应用到工程实际中。
The thesis describes in detail the experimental software and hardware environment of the parallel fastlsa algorithm : building of personal computer parallel clustering system based on linux operation system and software distributed shared memory system 本论文也详细的描述了并行fastlsa算法的实验环境: pc并行机群系统, linux操作系统及其软件分布式共享内存系统( dsm ) 。
Distributed Shared Memory (DSM), in Computer Architecture is a form of memory architecture where the (physically separate) memories can be addressed as one (logically shared) address space. Here, the term shared does not mean that there is a single centralized memory but shared essentially means that the address space is shared (same physical address on two processors refers to the same location in memory).